home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-05-05 | 2.2 KB | 72 lines |
- #
- # $RCSfile: Makefile,v $
- # $Revision: 1.1.1.1 $
- # $Date: 1996/05/04 21:56:03 $
- #
- MODULE = undo
-
- #
- # Object files
- #
- FILESO = undoPageAllocation.o undoPageMark.o undoFileKeyInsert.o \
- undoPageDeallocation.o undoMarkLargeObjOnPage.o \
- undoSetRootEntry.o undoRemoveRootEntry.o undoWriteSmallObj.o \
- undoCreateSmallObj.o undoDestroySmallObj.o \
- undoInsertSmallObj.o undoDeleteSmallObj.o \
- undoAppendSmallObj.o\
- recordMissingUpdate.o \
- undoFileAddSlotted.o space.o \
- undoForwardSmallObj.o undoChangeSmallObjHdr.o \
- undoCreateIndex.o \
- undoBtree.o \
- undoBtOv.o \
- undoFileCreateDone.o \
- undoWriteLargeData.o undoAppendLargeData.o \
- undoInsertLargeData.o undoDeleteLargeData.o \
- undoRemoveLargeData.o undoWriteLargeSlots.o \
- undoAppendLargeSlots.o undoRemoveLargeSlots.o \
- undoConvertToLargeRoot.o undoConvertToLargeHdr.o \
- undoChangeSlotByteCounts.o undoWriteLargeNode.o \
- undoConvertToSmall.o \
- undoLHash.o undoEntirePage.o
-
- # for !INIT_LSN_IS_LRC: setupMissingUpdateInfo.o \
- addUndoPage.o initMissingUpdatePools.o lookupUndoPage.o \
- removeUndoPage.o freeMissingUpdateInfo.o
- # for !INIT_LSN_IS_LRC: setupMissingUpdateInfo.c \
- addUndoPage.c initMissingUpdatePools.c lookupUndoPage.c \
- removeUndoPage.c freeMissingUpdateInfo.c
-
- #
- # Source files
- #
- FILESC = undoPageAllocation.c undoPageMark.c undoFileKeyInsert.c \
- undoPageDeallocation.c undoMarkLargeObjOnPage.c \
- undoSetRootEntry.c undoRemoveRootEntry.c undoWriteSmallObj.c \
- undoCreateSmallObj.c undoDestroySmallObj.c \
- undoInsertSmallObj.c undoDeleteSmallObj.c \
- undoAppendSmallObj.c \
- setupMissingUpdateInfo.c \
- initMissingUpdatePools.c \
- recordMissingUpdate.c space.c \
- undoFileAddSlotted.c \
- undoForwardSmallObj.c undoChangeSmallObjHdr.c \
- undoCreateIndex.C \
- undoBtree.C \
- undoBtOv.C \
- undoFileCreateDone.c \
- undoWriteLargeData.c undoAppendLargeData.c \
- undoInsertLargeData.c undoDeleteLargeData.c \
- undoRemoveLargeData.c undoWriteLargeSlots.c \
- undoAppendLargeSlots.c undoRemoveLargeSlots.c \
- undoConvertToLargeRoot.c undoConvertToLargeHdr.c \
- undoChangeSlotByteCounts.c undoWriteLargeNode.c \
- undoConvertToSmall.c \
- undoLHash.C undoEntirePage.C
-
-
- include ../makefile.subdir
-
- include makefile.depend
-
-